chore: update Backstage CR apiVersion to rhdh.redhat.com/v1alpha6#4675
Draft
zdrapela wants to merge 6 commits intoredhat-developer:mainfrom
Draft
chore: update Backstage CR apiVersion to rhdh.redhat.com/v1alpha6#4675zdrapela wants to merge 6 commits intoredhat-developer:mainfrom
zdrapela wants to merge 6 commits intoredhat-developer:mainfrom
Conversation
Update .ci/pipelines/resources/rhdh-operator/rhdh-start.yaml from v1alpha5 to v1alpha6 to align with rhdh-operator. Spec migrations applied: - New field available: `spec.flavours` (type: `[]Flavour`) -- added in v1alpha6
Update .ci/pipelines/resources/rhdh-operator/rhdh-start-rbac.yaml from v1alpha5 to v1alpha6 to align with rhdh-operator. Spec migrations applied: - New field available: `spec.flavours` (type: `[]Flavour`) -- added in v1alpha6
Update .ci/pipelines/resources/rhdh-operator/rhdh-start_K8s.yaml from v1alpha5 to v1alpha6 to align with rhdh-operator. Spec migrations applied: - New field available: `spec.flavours` (type: `[]Flavour`) -- added in v1alpha6
Update .ci/pipelines/resources/rhdh-operator/rhdh-start-rbac_K8s.yaml from v1alpha5 to v1alpha6 to align with rhdh-operator. Spec migrations applied: - New field available: `spec.flavours` (type: `[]Flavour`) -- added in v1alpha6
Update .ci/pipelines/resources/rhdh-operator/rhdh-start-runtime.yaml from v1alpha5 to v1alpha6 to align with rhdh-operator. Spec migrations applied: - New field available: `spec.flavours` (type: `[]Flavour`) -- added in v1alpha6
Update e2e-tests/playwright/utils/authentication-providers/yamls/backstage.yaml from v1alpha4 to v1alpha6 to align with rhdh-operator. Spec migrations applied: - New field available: `spec.flavours` (type: `[]Flavour`) -- added in v1alpha6
|
Skipping CI for Draft Pull Request. |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Update Backstage Custom Resource YAML files to use the latest rhdh-operator API version
rhdh.redhat.com/v1alpha6.Changes
Updated
apiVersionfromv1alpha4,v1alpha5tov1alpha6in the following files:.ci/pipelines/resources/rhdh-operator/rhdh-start.yaml.ci/pipelines/resources/rhdh-operator/rhdh-start-rbac.yaml.ci/pipelines/resources/rhdh-operator/rhdh-start_K8s.yaml.ci/pipelines/resources/rhdh-operator/rhdh-start-rbac_K8s.yaml.ci/pipelines/resources/rhdh-operator/rhdh-start-runtime.yamle2e-tests/playwright/utils/authentication-providers/yamls/backstage.yamlAPI Spec Changes Detected
v1alpha5->v1alpha6Fields added:
BackstageSpec.flavours([]Flavour)Flavour.enabled(bool) (default:true)Flavour.name(string)v1alpha4->v1alpha6Fields added:
BackstageSpec.flavours([]Flavour)Flavour.enabled(bool) (default:true)Flavour.name(string)BackstageDeployment.kind(string)Fields removed:
Application.image(*string)Application.imagePullSecrets([]string)Application.replicas(*int32)Migrations Applied
.ci/pipelines/resources/rhdh-operator/rhdh-start.yaml:spec.flavours(type:[]Flavour) -- added in v1alpha6.ci/pipelines/resources/rhdh-operator/rhdh-start-rbac.yaml:spec.flavours(type:[]Flavour) -- added in v1alpha6.ci/pipelines/resources/rhdh-operator/rhdh-start_K8s.yaml:spec.flavours(type:[]Flavour) -- added in v1alpha6.ci/pipelines/resources/rhdh-operator/rhdh-start-rbac_K8s.yaml:spec.flavours(type:[]Flavour) -- added in v1alpha6.ci/pipelines/resources/rhdh-operator/rhdh-start-runtime.yaml:spec.flavours(type:[]Flavour) -- added in v1alpha6e2e-tests/playwright/utils/authentication-providers/yamls/backstage.yaml:spec.flavours(type:[]Flavour) -- added in v1alpha6Why
The rhdh-operator has moved to API version
v1alpha6(seeapi/current-types.go). The Backstage CR definitions used in CI pipelines and e2e tests need to stay aligned.Verification
This PR was automatically generated by the RHDH Operator API Version Aligner MCP tool.